home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gNotesList
-
- on prepareMovie
- setUserArea(gMasterData, #myself)
- set the keyDownScript to "quitCatcher"
- if voidp(gNotesList) then
- set gNotesList to [#means: EMPTY, #CD: EMPTY]
- end if
- cursor(0)
- end
-
- on initFields
- set vEmptyList to ["note field 1", "note field 2", "note field 3", "note field 4", "note field 5", "note field 6", "note field 7", "note field 8"]
- repeat with X in vEmptyList
- set the text of member X to " "
- set the textFont of member X to "Palatino"
- set the textSize of member X to 14
- end repeat
- end
-